From 7b707c6e6964f328cc83049c8122ee6b7b7ef7ff Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 26 Aug 2014 19:49:57 -0700 Subject: [PATCH] Disable travis on all branches but master --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index f1ee1cbd9..43fb9a971 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,3 +27,7 @@ env: os: - linux - osx + +branches: + only: + - master -- 2.30.2